home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / misc / emu / QDOS1.lha / QLboot / QDOS4amiga1.readme < prev    next >
Text File  |  1996-10-15  |  6KB  |  154 lines

  1. Short:      QL clone (binaries and documentation)
  2. Type:      misc/emu
  3. Uploader: msw@blackpool.ac.uk
  4. Author:   Rainer Kowallik & Mark J Swift
  5. Version:  3.23
  6. Replaces: misc/emu/QDOS4amiga.dms
  7.   ____      _  _     _   ____    ____       ____   ____      ____      ____
  8.  / __ \  / \/ \ | | / ___|  / __ \      / __ \ |  _ \  / __ \  / ___|
  9. | |__| ||      || || |     _ | |__| |  __  | |  | || | \ \| |  | | \_ \
  10. |  __  || |\/| || || |__| ||  __  | |__| | |_/    \| |_/ /| |__| | __\ \
  11. |_|  |_||_|  |_||_| \____/ |_|    |_|      \___/\/|____/  \____/ |____/
  12.  
  13. S O F T W A R E   Q D O S   E M U L A T O R   F O R   T H E   A M I G A
  14.  
  15.  
  16. VERSION 3.23 ARCHIVE CONTENTS
  17.  
  18. 'QDOS4amiga1.lha'  QL clone (binaries and documentation)
  19.  
  20. 'QDOS4amiga2.lha'  QL clone (assembly source)
  21.  
  22. 'QDOS4amiga3.lha'  QL clone (QDOS utilities disk)
  23.            Mount the QLfilesystem, then copy the files from
  24.            this archive onto a QDOS format disk.
  25.  
  26.  
  27. AMIGA-QDOS FEATURES
  28.  
  29. *  FASTER than the original QL
  30. *  LOADS/SAVES to QL floppy disks
  31. *  SOUND supported in full (all possible convolutions of BEEP)
  32. *  SYSTEM VARIABLES movable (even into FAST RAM).
  33. *  2ND-SCREEN fully usable (like MINERVA ROM)
  34. *  SCREEN modes 4 and 8 BOTH supported
  35. *  KEYBOARD history from standard <ALT><ENTER> combination
  36. *  ALL known machines supported A500, A500+, A600, A1200, A4000 etc
  37. *  FOR COMPATIBILITY, data and instruction caches can be enabled/disabled
  38. *  FOR COMPATIBILITY, emulates MOVE SR,<ea> in user mode on 68020 & above
  39.    (the instruction is priviledged on 020+).
  40. *  FOR COMPATIBILITY, emulates MOVEP instruction on 68060
  41.    (the instruction is not implemented on the 68060).
  42. *  QDOS utilties disk included with release
  43. *  FILESYSTEM for reading and writing QDOS disks from AmigaDOS
  44. *  BASED ON a JS ROM with many JS ROM bug fixes.
  45. *  SOURCE included
  46.  
  47.  
  48. WHAT'S NEW IN VERSION 3.23
  49.  
  50. *  SOUND supported in full (all possible convolutions of BEEP)
  51. *  SYSTEM ROM can be re-located to run from FAST RAM
  52. *  SYSTEM VARIABLES movable (even into FAST RAM).
  53. *  2ND-SCREEN fully usable (like MINERVA ROM)
  54. *  SCREEN modes 4 and 8 BOTH supported
  55. *  KEYBOARD history from standard <ALT><ENTER> combination
  56. *  ALL known machines supported A500, A500+, A600, A1200, A4000 etc
  57. *  Many JS ROM bug fixes.
  58.  
  59.  
  60. QUICK OVERVIEW
  61.  
  62. This is a major reworking of Rainer Kowallik's QL emulator for the
  63. Amiga. Most of the new features have been added by Mark J Swift
  64. (e-mail: msw@blackpool.ac.uk) - Rainer is no-longer involved in
  65. the project. The release includes full assembler source and a QDOS
  66. utilities disk. Also included is a filesystem by Francis N Swift for
  67. handling QDOS disks from the Amiga side.
  68.  
  69.  
  70. QL FILESYSTEM
  71.  
  72. The QL filesystem is a handler written by F N Swift that allows
  73. transparent access to QDOS (QL) disks. The file system requires a device
  74. driver that can read and write PC style sectors, such as mfm.device or
  75. messydisk.device.
  76.  
  77. The QL filesystem makes it possible to insert a QL disk into an Amiga
  78. drive and use it like any other disk. Files can be renamed, deleted or
  79. copied to and from QL disks, file dates can be set, disks can be relabled
  80. and so on...
  81.  
  82. Please read QLfilesystem.doc for more information.
  83.  
  84.  
  85. THE SINCLAIR QL...
  86.  
  87.       ,--------------------------------------------/|/|/|/|/|/|/|/|/|/|/|
  88.      / /_//_//_//_//_//_//_//_//_//_//_//_//_//_/ /            /|
  89.     / /_//__//_//_//_//_//_//_//_//_//_//_//_/ / /               / /
  90.    / /_//____//_//_//_//_//_//_//_//_//_//____/ /              / /
  91.   / /_//__//_//_//_________________//_//_//__/ /_____________________/ /
  92.  /_'__________________________________________/|__.======  .====== __|/
  93. |_____________________________________________:======================/
  94.   |________________________________________________________________|/
  95.  
  96. The Sinclair QL is a black slab-like computer based around Motorola's
  97. 68008 micro-processor. The QL was launched as the follow-up to the
  98. ZX Spectrum, aimed at the business market rather than the games market
  99. and was supplied with wordprocessor, spreadsheet, database and charting
  100. programs. It features a fully multi-tasking operating system (QDOS)
  101. and a very good built-in BASIC. The QL failed to achieve the mass-market
  102. appeal of its predecessor, but nevertheless attracted a large dedicated
  103. user base... which is still going strong.
  104.  
  105.  
  106. INSTALLING THE EMULATOR
  107.  
  108. 1. Create a directory on your destination volume for the Amiga-QDOS
  109.    binaries and documentation.
  110.  
  111. 2. Make an assignment to this directory as "QLBOOT:". Consider making
  112.    the same assignment in your start-up sequence.
  113.  
  114. 3. Copy the contents of the archive QDOS4amiga1.lha to QLBOOT:
  115.  
  116. 4. Move the contents of 'c','devs' and 'l' to the relevant system
  117.    directories and remove them from QLBOOT:.
  118.  
  119.  
  120. MOUNTING THE QDOS FILESYSTEM
  121.  
  122.    Under WB1.3 mountlst.ql should be placed in devs: and messydisk.device
  123.    should be available. Type 'MOUNT QL0: from devs:mountlst.ql' in a
  124.    Shell or add the command to your start-up device and REBOOT.
  125.  
  126.    Under WB2 with crossDOS, make sure that you have at least MOUNT 40.4
  127.    and SETPATCH 40.16 installed (distributed with AmiCDFS). Then install
  128.    as in WB3 below. If you do not have crossDOS, install as in WB1.3.
  129.  
  130.    Under WB3 copy the provided QL0 and QL1 definition files to
  131.    devs:dosdrivers. Check that your start-up sequence contains the
  132.    command 'MOUNT Devs/dosdrivers/~(#?.info)', then REBOOT.
  133.  
  134.  
  135. RECREATING THE QDOS UTILITIES DISK
  136.  
  137. 1. Mount the QLfilesystem.
  138.  
  139. 2. Copy QDOS4amiga3.lha to RAM:
  140.  
  141. 3. Double-click on the 'QLdisk.unLHA' script icon.
  142.    Insert a blank disk into DF0: at the appropriate moment... then wait.
  143.    Rename the resultant QDOS (QL) disk as 'QLutils:'
  144.  
  145.    Alternatively you may launch 'QLdisk.unlha' with QDOS4amiga3.lha
  146.    SHIFT-selected. This way the archive need not be copied to RAM:
  147.  
  148.  
  149. STARTING THE EMULATOR
  150.  
  151. 1. Double-click on the 'Start_QDOS_UK' icon.
  152.  
  153. 2. At the F1/F2 prompt, insert QLutils: into DF0: and press F1.
  154.